The run-time settings of a group in a test.
/LoadTest/rest/domains/{domainName}/projects/{projectName}/tests/{ID}/Groups/{group name}/RTS
When updating the run-time settings, the request body includes only the data to be changed.
GET: Gets the run-time settings for the group.
PUT: Updates run-time settings for the group.
Headers:
PUT, one of:
GET: One of:
Cookies:
LWSSO_COOKIE_KEY={LwssoCookie};QCSession={QCSessionCookie};
Request Body:
GET: No request body.
PUT: An XML describing the run-time settings to be changed, or the equivalent in JSON format. See Run-time Settings XML
Headers:
None
Cookies:
None
HTML Return Code:
See the HTTP Return Codes
HTML Body:
PUT, DELETE: None
GET: The data. See Run-time Settings XML
|